projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fae555
)
(log-edit-changelog-paragraph): Return point-max as the end of the
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 May 2007 23:17:32 +0000
(23:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 May 2007 23:17:32 +0000
(23:17 +0000)
ChangeLog paragraph when it ends without a line termination.
lisp/log-edit.el
patch
|
blob
|
history
diff --git
a/lisp/log-edit.el
b/lisp/log-edit.el
index ed0a5c464e9978022a0f048b461cc98176588458..8f63635ee49c00068fdb268f26d8130cb7862849 100644
(file)
--- a/
lisp/log-edit.el
+++ b/
lisp/log-edit.el
@@
-538,7
+538,7
@@
If we are between paragraphs, return the previous paragraph."
(point))
(if (re-search-forward "^[ \t\n]*$" nil t)
(match-beginning 0)
- (point)))))
+ (point
-max
)))))
(defun log-edit-changelog-subparagraph ()
"Return the bounds of the ChangeLog subparagraph containing point.